home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q104 / 0 / 24.TXT < prev    next >
Text File  |  1993-09-20  |  4KB  |  86 lines

  1. DOCUMENT:Q104024  16-SEP-1993  [W_NT]
  2. TITLE   :Determining the Frame Type Parameter in NWLink
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. When you install NWLink, you need to provide a value for "Frame Type"
  16. that specifies the frame format that the NWLink packets will use.
  17. Although default frame types exist for different versions of Novell
  18. NetWare, NetWare networks can conceivably use one of six different
  19. frame types. For those cases, this article describes how to determine
  20. the correct frame type for NWLink when setting up Windows NT on an
  21. existing NetWare network.
  22.  
  23. MORE INFORMATION
  24. ================
  25.  
  26. NetWare version 2.2 and 3.11 servers use the Ethernet_802.3 frame type
  27. by default. In NetWare networks, this is often referred to as "raw
  28. 802.3." NetWare version 4.0 servers use the 802.2 frame type by
  29. default.
  30.  
  31. These defaults are summarized in the following table:
  32.  
  33.    NetWare Version         Default Frame Type
  34.    ------------------------------------------  
  35.    2.2                     Ethernet_802.3
  36.    3.1                     Ethernet_802.3
  37.    4.0                         802.2
  38.  
  39. Assuming the person who created the network didn't deviate from the
  40. settings listed above, the appropriate default frame type should be
  41. selected when installing NWLink. However, if a Windows NT computer,
  42. acting as an application server, is not able to communicate with a
  43. Novell MS-DOS client computer after selecting the relevant default
  44. frame type, you can determine the correct frame type by examining the
  45. NET.CFG file located on the NetWare client.
  46.  
  47. The NET.CFG is a text file containing configuration information for a
  48. NetWare workstation. It maintains section headings and defined options
  49. that deviate from the established defaults for the regular
  50. workstation. Using any text file editor, or by displaying the file at
  51. the command prompt (that is, using the MS-DOS TYPE command), locate
  52. the Link Driver section, under which the Frame parameter is set. This
  53. setting should look like the following:
  54.  
  55.    Link Driver "drivername"
  56.    FRAME "frame_type"
  57.  
  58. In the above example, "drivername" is the name of the network adapter
  59. driver and "frame_type" is the frame type that is used with the
  60. network board. The Link Driver section supports many entries, and the
  61. FRAME parameter may not be the first line following the section
  62. header.
  63.  
  64. NWLink's "Frame Type" parameter must be identical to the frame type
  65. specified in the NetWare client's NET.CFG file to use NWLink to
  66. communicate with a NetWare client.
  67.  
  68. Additional reference words: 3.10 IPX
  69. KBCategory:
  70. KBSubCategory: stp
  71.  
  72. =============================================================================
  73.  
  74. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  75. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  76. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  77. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  78. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  79. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  80. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  81. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  82. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  83. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  84. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  85.  
  86. Copyright Microsoft Corporation 1993.